IsDate(string) Returns TRUE if string can be converted to a date/time value; otherwise, FALSE. Note that ColdFusion converts the boolean return value to its string equivalent, "Yes" and "No." See also ParseDateTime, CreateDateTime, and IsNumericDate.
Returns TRUE if string can be converted to a date/time value; otherwise, FALSE. Note that ColdFusion converts the boolean return value to its string equivalent, "Yes" and "No."
See also ParseDateTime, CreateDateTime, and IsNumericDate.
Any string value.